Merge commit '83aa36d' into import Merged in version 2.5 and add in misc files. Bug: 122778810 Test: None Change-Id: I9c999773d30f4114ab1ce8aa44b27f3aa4ded80c 
diff --git a/METADATA b/METADATA new file mode 100644 index 0000000..156c17a --- /dev/null +++ b/METADATA 
@@ -0,0 +1,20 @@ +name: "cryptography" +description: + "cryptography is a package which provides cryptographic recipes and " + "primitives to Python developers. Our goal is for it to be your " + ""cryptographic standard library". It supports Python 2.7, Python 3.4+, and " + "PyPy 5.4+." + +third_party { + url { + type: HOMEPAGE + value: "https://github.com/pyca/cryptography" + } + url { + type: GIT + value: "https://github.com/pyca/cryptography" + } + version: "2.5" + last_upgrade_date { year: 2019 month: 2 day: 26 } + license_type: NOTICE +}